projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
309daad
)
(long): Don't update getdate.c.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 29 Jun 1996 07:01:10 +0000
(07:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 29 Jun 1996 07:01:10 +0000
(07:01 +0000)
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index 0a516bf173245f615d9dfdcb9cded582acc384e0..f75b79ab617faada77d1919236bbdd8af4f3a9c6 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-140,9
+140,6
@@
if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then
autoconf || { x=$?; echo Autoconf FAILED! >&2; exit $x; }
fi
-### Update getdate.c.
-(cd lib-src; make -f Makefile getdate.c YACC="bison -y")
-
echo "Updating Info files"
(cd man; make info)